/**** Choco-Slider ****/

.chocoslider {
	margin: 0px;
}

.chocoslider img {
    width: 380px;
    height: 265px;

}
.chocoslider a.choco-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:10;
	display:none;
}

.choco-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.choco-title {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}

.choco-title p {
	padding:5px;
	margin:0;
}

.choco-title a {
	display:inline !important;
}

.choco-html-title {
    display:none;
}

.choco-controlNavigation {
	position:absolute;
	right:0%;
	bottom:-30px;
}

.choco-controlNavigation a {
	text-indent: -999999px;
	text-transform:uppercase;
  	text-decoration:none;
  	height:20px;
  	width:18px;
  	display:block;
  	cursor: pointer;
  	background: transparent url(img/controlls.gif) center bottom no-repeat;
  	float:left;
  	outline: none;
}

.choco-controlNavigation a.active {
	background: transparent url(img/controlls.gif) center top no-repeat;
}